home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
mac
/
ROSTER.DIR
/
00018_Script_fr stationLoop1
< prev
next >
Wrap
Text File
|
1996-02-29
|
565b
|
26 lines
on exitFrame
global WhichChannel, WhichCast
if rollover(3) then
set the cursor of sprite 3 to 1
end if
if rollOver(8) then
put 8 into WhichChannel
puppetsprite 8, true
set the castNum of sprite 8 to the number of cast "delete2"
updateStage
go to "stationLoop2"
end if
if rollOver(9) then
put 9 into WhichChannel
puppetsprite 9, true
set the castNum of sprite 9 to the number of cast "cancel2"
updateStage
go to "stationLoop2"
end if
go to the frame
end